fix(security): update dependencies with known vulnerabilities#829
Open
racmarques wants to merge 1 commit intoRevenueCat:mainfrom
Open
fix(security): update dependencies with known vulnerabilities#829racmarques wants to merge 1 commit intoRevenueCat:mainfrom
racmarques wants to merge 1 commit intoRevenueCat:mainfrom
Conversation
- lodash 4.17.23 → 4.18.1 (CVE-2026-2950: prototype pollution via _.unset/_.omit) - eslint-config-prettier ^9.1.0 → ^9.1.2 (CVE-2025-54313: supply chain attack, 9.1.1 compromised) - storybook + @storybook/* ^8.6.15 → ^8.6.18 (CVE-2026-27148: WebSocket hijacking RCE, CVSS 8.9) Note: lodash 4.17.23 remains as a transitive dependency via @microsoft/api-extractor → @rushstack/ts-command-line. This poses no practical risk as it only runs during local API report generation with deterministic input.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation / Description
Update dependencies with known security vulnerabilities:
Changes introduced
lodashto 4.18.1 to fix prototype pollution via_.unset/_.omiteslint-config-prettierminimum to ^9.1.2 to exclude compromised version 9.1.1storybookand all@storybook/*packages to ^8.6.17+ to fix WebSocket hijacking RCE (CVSS 8.9)Linear ticket (if any)
N/A
Additional comments
lodash 4.17.23 remains as a transitive dependency via @microsoft/api-extractor →@rushstack/ts-command-line. This poses no practical risk as it only runs during local API report generation with deterministic input.
All 547 tests pass.